Add deprecation notes
authorMatthias Clasen <mclasen@redhat.com>
Thu, 25 Nov 2010 19:38:02 +0000 (14:38 -0500)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:46 +0000 (15:39 +0100)
docs/reference/gtk/tmpl/gtkrc.sgml
gtk/gtkstyle.c

index e146d3157f91c73a1404f761bda880d3fd13d4cd..b89710a3f633e59e6dbd9364a74bdae5da67a566 100644 (file)
@@ -10,6 +10,10 @@ GTK+ provides resource file mechanism for configuring
 various aspects of the operation of a GTK+ program
 at runtime.
 </para>
+<para>
+In GTK+ 3.0, resource files have been deprecated and replaced
+by CSS-like style sheets, which are understood by #GtkCssProvider.
+</para>
 
 <refsect2><title>Default files</title>
 <para>
index a363cc75a70ac23358bc8457052a433c2f4cd6d2..3c8cdc5d9a38c6c8138d78a70e120a732e26f074 100644 (file)
@@ -59,6 +59,8 @@
  *
  * Usually applications should not need to use or modify the #GtkStyle of their
  * widgets.
+ *
+ * In GTK+ 3.0, GtkStyle has been deprecated and replaced by #GtkStyleContext.
  */